home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / draftman.arc / MOUSE.BAT < prev    next >
DOS Batch File  |  1986-02-20  |  768b  |  19 lines

  1. echo off
  2. mousesys/r
  3. echo Your Mouse Systems mouse has now been installed to work with
  4. echo             The Draftsman.
  5. echo .
  6. echo Button 1 is the same as F1 (context-sensitive help)
  7. echo Button 2 is the same as F2 (forward to next screen)
  8. echo Button 3 is the same as F3 (back to last screen)
  9. echo .
  10. echo Up and Down movements will move between menu items.
  11. echo Left and Right movements will move within a menu item.
  12. echo .
  13. echo In Plot mode, all mouse motions will translate to cursor
  14. echo    motions.
  15. echo In Plot mode, you may fine tune the mouse sensitivity with
  16. echo the < and > keys, return to normal with =
  17. pause Have fun!
  18. drawman.exe
  19.